removed return_if_fail (label->words != NULL) since that's a valid case
authorTim Janik <timj@gtk.org>
Sat, 19 Dec 1998 05:15:15 +0000 (05:15 +0000)
committerTim Janik <timj@src.gnome.org>
Sat, 19 Dec 1998 05:15:15 +0000 (05:15 +0000)
commit8fc5066a69f37a095354eed184d5582a0a5d6744
treeee398d4b87291994282b33add19d0fa1ad421046
parentee173b486ff0c598320db3b78cdbbffa597c15ba
removed return_if_fail (label->words != NULL) since that's a valid case

Sat Dec 19 05:37:51 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtklabel.c (gtk_label_expose): removed return_if_fail
        (label->words != NULL) since that's a valid case when the label
        is empty, or just default constructed.
        fixed indentation prototype arguments and braces in some places.
        also, pointer comparisions and initializations are done with NULL
        not 0, there's a reason GLib defines NULL.

        * gdk/gdkevents.c (gdk_events_pending): return (queued_events ||
        putback_events) so this again returns whether events are pending,
        not whether other sources like idles are pending.

        * gtk/gtkmain.c (gtk_main_iteration_do):
        (gtk_main_iteration): return whether the loop is done, not whether
        something got dispatch to restore the original behaviour (yosh: this
        fixes code like in GleSelector).
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkevents.c
gdk/x11/gdkevents-x11.c
gtk/gtklabel.c
gtk/gtkmain.c